if(getProperty("/a1", _droptarget) eq "/b1" and getProperty("/a2", _droptarget) eq "/b2" and getProperty("/a3", _droptarget) eq "/b3" and getProperty("/a4", _droptarget) eq "/b4")
{
tellTarget("/sound")
{
gotoAndPlay(2);
}
}
else if(getProperty("/a1", _droptarget) ne "/b1" and getProperty("/a2", _droptarget) ne "/b2" or getProperty("/a2", _droptarget) ne "/b2" and getProperty("/a3", _droptarget) ne "/b3" or getProperty("/a1", _droptarget) ne "/b1" and getProperty("/a3", _droptarget) ne "/b3" or getProperty("/a3", _droptarget) ne "/b3" and getProperty("/a4", _droptarget) ne "/b4")